var golang.org/x/sys/cpu.options
11 uses
golang.org/x/sys/cpu (current package)
cpu.go#L264: var options []option
cpu.go#L308: for i := range options {
cpu.go#L309: options[i].Specified = true
cpu.go#L310: options[i].Enable = enable || options[i].Required
cpu.go#L315: for i := range options {
cpu.go#L316: if options[i].Name == key {
cpu.go#L317: options[i].Specified = true
cpu.go#L318: options[i].Enable = enable
cpu.go#L326: for _, o := range options {
cpu_x86.go#L14: options = []option{
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)